Configurates
C1.Web.Mvc.InputTime<T>.Mask. Sets a mask to use while the user is editing.
Syntax
'Declaration
Public Function Mask( _
ByVal As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Mask(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also